home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 40
/
Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso
/
Aminet
/
util
/
cdity
/
MRQ.lha
/
MRQ
/
Source
/
RCS
/
mrqwindowclass.h
< prev
next >
Wrap
C/C++ Source or Header
|
2000-10-16
|
557b
|
40 lines
head 1.1;
access;
symbols;
locks
msbethke:1.1; strict;
comment @ * @;
1.1
date 2000.01.25.16.49.02; author msbethke; state Exp;
branches;
next ;
desc
@C header for MRQ's window subclass
@
1.1
log
@Initial revision
@
text
@/* mrqwindowclass.h
** C header for MRQ's window subclass
**
** ©1997-1999 by Matthias.Bethke <Matthias.Bethke@@gmx.net>
** You are free to modify this source or use parts of it in your
** own programs as long as they are distributed as freeware.
*/
/* $Id:$
**
** $Log:$
*/
struct MUI_CustomClass *NewMRQWindowClass(void);
@